projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1106c41
)
Minor tweak.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 1 Apr 2007 17:13:35 +0000
(17:13 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 1 Apr 2007 17:13:35 +0000
(17:13 +0000)
lisp/button.el
patch
|
blob
|
history
diff --git
a/lisp/button.el
b/lisp/button.el
index 9110b7867a1b8388e399029dbbf8dbd5540bd7f4..423aef5f78f238b6d7a10dbeba6e4545670afa21 100644
(file)
--- a/
lisp/button.el
+++ b/
lisp/button.el
@@
-381,7
+381,7
@@
instead of starting at the next button."
(if new-button
;; We are in a button again; this can happen if there
;; are adjacent buttons (or at bob).
- (unless (
eq new-button button
) new-button)
+ (unless (
= pos (button-start button)
) new-button)
;; We are now in the space between buttons.
(previous-button pos))))
;; We started out in the space between buttons.